@font-face {
    font-family: "Inter-Bold";
    src: url("https://images.hanlonsonline.co.uk/Camden Portal Demo/fonts/Inter-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Inter-Medium";
    src: url("https://images.hanlonsonline.co.uk/Camden Portal Demo/fonts/Inter-Medium.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Inter-Regular";
    src: url("https://images.hanlonsonline.co.uk/Camden Portal Demo/fonts/Inter-Regular.ttf");
    font-weight: 700;
    font-style: normal;
}
h1.title-one {
    margin-top: 30px;
    font-family: "Inter-Bold";
    font-size: 42px;
}
h2{
    font-weight: bold;
    font-family: "Inter-Bold";
}
h3 {
    font-size: 19px;
    font-family: "Inter-Bold";
}
.play-video .fas {
    color: #fff;
    border: 3px solid #fff;
    padding: 22px;
    border-radius: 50%;
    font-size: 1.5em;
    margin-bottom: 30px;
}
.play-video {
    position: absolute;
    top: calc(30% - -40px);
    right: calc(50% - 50px);
    text-align: center;
}
.play-video > p {
    font-size: 34.8px;
    color: #fff;
    font-weight: 600;
}
i.fas.fa-play:hover {
    color: #203c87;
}
.play-video:hover {
    color:#203c87;
}
div#section-two {
    margin-top: 30px;
}
img.img-one {
    height: 239px;
}
.link-panel .panel-heading {
    font-size: 28px;
    color: #203C87;
    font-weight: bold;
    text-align: center;
    background-color: #f2f5f9 !important;
    padding-top: 15px;
    border-bottom: 2px solid;
}
.link-panel {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: transparent !important;
    background-color: #f2f5f9 !important;
    min-height: 230px;
    border: 2px solid #003e90 !important;
}
.link-panel .panel-footer {
    background-color: #f2f5f9;
    border-top: transparent;
}
a#btn1:hover {
    background-color: #fff !important;
    text-decoration: underline;
    text-decoration-thickness: max(3px, 0.1875rem, 0.12em);
    color: #000 !important;
    outline: 2px solid #000 !important;
}
a#btn1:focus{
    background-color: #fff !important;
    outline: 2px dashed #000 !important;
    color: #000;
}
h3.title-three {
    color: #000;
}
.text-block {
    padding-bottom: 0px;
    font-family: 'Inter-Regular';
    font-size: 18px !important;
    color: #000;
}
a.sharing-about-us-link-two {
    color: #000;
    text-decoration: underline;
}
a.sharing-about-us-link-three {
    color: #000;
    text-decoration: underline;
}
.footer {
    margin-top: 0px !important;
}
a#btn1
 {
    background-color: #203c87;
    border-color: #203c87;
    padding-left: 20px;
    font-size: 18px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: "Inter-Regular";
    left: 40%;
    position: relative;
}
.card-body p {
    text-align: center;
}
@media (min-width:1536px) and (max-width:1920px) {
    .sharing-about-us-img {
        width: 167%;
        margin-left: -35%;
        margin-top: 60px;
    }
}

@media (min-width:1025px) and (max-width:1440px) {
   .sharing-about-us-img {
        margin-left: -15%;
        width: 127%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
  .sharing-about-us-img {
        margin-left: -7%;
        width: 110%;
    }
}
@media (min-width:375px) and (max-width:426px) {
img.sharing-about-us-img {
    width: 116%;
    margin-left: -8%;
}
}